home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Business Heaven
/
Business Heaven.iso
/
network
/
doc_proc
/
printoff.doc
< prev
next >
Wrap
Text File
|
1992-11-08
|
8KB
|
101 lines
*************************************
* *
* P R I N T O F F *
* ON THE MVS/XA OPERATING SYSTEM *
* *
*************************************
John S. Ward
04/15/93
EJECT
The TSO PRINTOFF command now has an option called FORMS. Use it
to specify the format in which you would like to have your output
printed (on the laser printer). Here is an example:
PRINTOFF mydataset FORMS(F610)
See the memo SYS.MVS.UPDATE(FORMS) for a list of available format
numbers. If you do not specify a forms number, a default of STD or PR
will be used. If FORMS is specified along with a remote printer
destination (e.g., DEST(RMT1)), the FORMS option will be ignored.
Your laser printer output will automatically be placed in your
bin. You can find your bin number by issuing the TSO BIN command.
EJECT
SUBJECT: PRINT JOB COMMAND DATE: 10/17/86
)F FUNCTION-
The PRINTJOB command lets you send your held job output to a
printer. It is similar to the =3.8 Outlist Utility option P. You
specify a jobname and a jobid if necessary, and PRINTJOB puts the
job output into a temporary data set, prints the data set, then
deletes the data set. The one main difference is in the
specification of numbers of copies. PRINTJOB has a COPIES
parameter on the IEBGENER SYSUT2 DD statement, so if you specify
multiple copies, they will all be under a single banner page.
)X SYNTAX
PRINTJOB jobname(jobid) DEST(destination) FORMS(form-number)
ROOM(nnnn) COPIES(nnn) SYSOUT(value)
REQUIRED - jobname
ALIAS - NONE
DEFAULTS - DEST(local printer) FORMS(STD) ROOM(your bin number)
COPIES(1) SYSOUT(A)
)O OPERANDS -
)P jobname(jobid) - job name for which SYSOUT is to be accessed.
jobid is necessary only jobs with duplicate jobnames.
))DEST(dest) - the destination to which the SYSOUT data set is to be
routed.
))FORMS(form-number) - the SYSOUT form number, for the laser printer.
))ROOM(nnnn) - bin number for laser printer output.
))COPIES(nnn) - the number of copies to be printed.
))SYSOUT(value) - the output class for the SYSOUT data set.